From 650651707ad0a0a0fc8612892ac5ffaa12a86fb3 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sat, 13 Jun 2009 17:08:22 +0000 Subject: [PATCH] Remove trailing space. --- lisp/mh-e/mh-xface.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el index b63a1966266..9e83175ac60 100644 --- a/lisp/mh-e/mh-xface.el +++ b/lisp/mh-e/mh-xface.el @@ -76,7 +76,7 @@ in this order is used." (x-face (setq raw (mh-uncompface x-face) type 'pbm)) (url (setq type 'url)) - (t (multiple-value-setq (type raw) + (t (multiple-value-setq (type raw) (values-list (mh-picon-get-image))))) (when type (goto-char (point-min)) -- 2.30.2